home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 47215 / 47215.xpi / chrome / content / lib / browsers.js next >
Text File  |  2009-11-22  |  177b  |  12 lines

  1. (function()
  2. {
  3.     //returns a browser from a aTab
  4.     this.browserGetFromTab = function(aTab)
  5.     {
  6.         return gBrowser.getBrowserForTab(aTab);
  7.     }
  8.  
  9.     return null;
  10.  
  11. }).apply(URLtoTabTitle);
  12.